go/types.typeWriter.tParamList (method)

5 uses

	go/types (current package)
		object.go#L581: 				newTypeWriter(buf, qf).tParamList(t.TypeParams().list())
		typestring.go#L306: 			w.tParamList(t.TypeParams().list())
		typestring.go#L346: 			w.tParamList(t.TypeParams().list())
		typestring.go#L407: func (w *typeWriter) tParamList(list []*TypeParam) {
		typestring.go#L485: 		w.tParamList(sig.TypeParams().list())